A2 Resources home pagelight logodark logo
  • 커뮤니티
  • 블로그
  • Data Management APIs
    • Allocation
    • Activity Log
    • Audience
    • Audience Attribute
    • Audience Segment
    • Auth and User
    • Campaign
    • Catalog
    • Creative
    • Analytic
    • Billing
    • System
      • GET
        Health check
      • GET
        Get audit logs
      • GET
        Get current logo
      • GET
        Get notifications
      • POST
        Create a notification
      • GET
        Mark a notification as read
      • DEL
        Delete a notification
      • GET
        Get Settings
      • PATCH
        Update settings
      • POST
        Regenerate access token
      • POST
        Upload site logo
      • POST
        Update TLS configuration
    • License
    • Media Library
    • Placement Catalog
    • Placement
    Decision APIs
    • Cache Management
    • Configuration
    • Ad Serving
    • Ad Log
    • Activity Log
    • Support
    • Homepage
    A2 Resources home pagelight logodark logo
    • Support
    • Homepage
    • Homepage
    Guide
    Development
    API References
    Guide
    Development
    API References
    System

    Health check

    GET
    /
    health
    curl --request GET \
      --url https://your_a2_service/health
    "<any>"

    Response

    200 - application/json

    OK

    The response is of type any.

    이 페이지가 도움이 되었나요?

    이전
    Get audit logs시스템 감사 로그를 검색합니다. 이 엔드포인트는 다양한 시스템 이벤트와 사용자 작업을 추적하는 시스템 감사 로그 목록을 반환합니다. 로그는 다음과 같이 필터링할 수 있습니다: - 이벤트 유형 - 사용자 ID - 사용자 이메일 - 날짜 범위 (시작 날짜와 종료 날짜) 각 로그 항목에는 이벤트 유형, 영향을 받은 리소스, 사용자 정보, 타임스탬프, 변경된 내용(이전 값과 새 값)이 포함됩니다.
    다음
    linkedin
    Mintlify에 의해 지원됨
    curl --request GET \
      --url https://your_a2_service/health
    "<any>"
    어시스턴트
    Responses are generated using AI and may contain mistakes.